object-oriented matlab program neuromanager (MathWorks Inc)
Structured Review

Object Oriented Matlab Program Neuromanager, supplied by MathWorks Inc, used in various techniques. Bioz Stars score: 90/100, based on 1 PubMed citations. ZERO BIAS - scores, article reviews, protocol conditions and more
https://www.bioz.com/result/object-oriented matlab program neuromanager/product/MathWorks Inc
Average 90 stars, based on 1 article reviews
Images
1) Product Images from "Integrating the Allen Brain Institute Cell Types Database into automated neuroscience workflow"
Article Title: Integrating the Allen Brain Institute Cell Types Database into automated neuroscience workflow
Journal: Neuroinformatics
doi: 10.1007/s12021-017-9337-x
Figure Legend Snippet: The user can use Python or MATLAB code to access and download the ABI–CTdb’s electrophysiological data and run ABI’s Python SDK routines to extract features from the electrophysiological data. The user can also store them in a local MySQL database that we call “CellSurvey”, use a new extension of our NeuroManager software to run simulations and extract features from them, then compare the simulated and experimental data. The results of these interactions are stored in a second investigation database called “NM–INVdb”. For more details please see the User Guide
Techniques Used: Software
Figure Legend Snippet: The ABIApiML classes give access to the ABI Cell Types electrophysiological data from within MATLAB
Techniques Used:
Figure Legend Snippet: The local MySQL CellSurvey Database holds features extracted from NWB files downloaded from the Allen Brain Institute Database website. We can use standard SQL queries like these to access the database. The INNER JOINs connect tables in the database, allowing disparate parts of the stored data to be accessed in a single query. The table design is straightforward and is easily seen in the code or by browsing the database with MySQL Workbench. Automating the SQL query employment using custom Python or MATLAB functions is straightforward and easily extended; we have provided a MATLAB wrapper class which is described in Section 3.3
Techniques Used:
Figure Legend Snippet: MATLAB access of CellSurvey database. The MATLAB class ABIFeatExtrData provides access to the local CellSurvey database of features extracted from the public online ABI Cell Types database
Techniques Used: